From 9e75a57af36707409d509e9eaf19f822254e8447 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 19 Nov 2000 00:29:46 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 2ac749849c8..cc651536d51 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,17 @@ 2000-11-19 Gerd Moellmann + * xterm.c (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create) + (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call + SCROLL_BAR_X_WIDGET with addtional argument DPY. + + * xterm.h (struct scroll_bar): Members x_widget_low, x_widget_high + removed. + (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget. + Take the X display as additional argument. + (SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since + `Widget' is a pointer type that's not easily stored in Lisp_Object + form in a portable way. + * dispnew.c (update_text_area): Fix last change. 2000-11-18 Gerd Moellmann -- 2.30.2